Change the location of the gdk-pixbuf.loaders for gtk3 ABI
authorRichard Hughes <richard@hughsie.com>
Mon, 10 May 2010 13:03:20 +0000 (14:03 +0100)
committerRichard Hughes <richard@hughsie.com>
Mon, 10 May 2010 13:03:20 +0000 (14:03 +0100)
gdk-pixbuf/gdk-pixbuf-io.c

index 7140766ef2bb7c24c315a6da7814137f253de0c4..3bd471b0d1b4cb3488f56f770260744536829c81 100644 (file)
@@ -305,7 +305,7 @@ gdk_pixbuf_get_module_file (void)
   gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));
 
   if (!result)
-         result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gdk-pixbuf.loaders", NULL);
+         result = g_build_filename (GTK_SYSCONFDIR, "gtk-3.0", "gdk-pixbuf.loaders", NULL);
 
   return result;
 }